@font-face {
	font-family: 'Gotham Book';
	src: url(../fonts/Gotham-Book.eot);
	src: url(../fonts/Gotham-Book-1.eot) format('embedded-opentype'), url(../fonts/Gotham-Book.woff2) format('woff2'), url(../fonts/Gotham-Book.woff) format('woff'), url(../fonts/Gotham-Book.bin) format('truetype'), url(../fonts/Gotham-Book.svg) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: GothamMedium;
	src: url(../fonts/GothamMedium.eot);
	src: url(../fonts/GothamMedium-1.eot) format('embedded-opentype'), url(../fonts/GothamMedium.woff2) format('woff2'), url(../fonts/GothamMedium.woff) format('woff'), url(../fonts/GothamMedium.bin) format('truetype'), url(../fonts/GothamMedium.svg) format('svg');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: 'Sofia Pro';
	src: url(../fonts/SofiaPro-Medium.eot);
	src: url(../fonts/SofiaPro-Medium-1.eot) format('embedded-opentype'), url(../fonts/SofiaPro-Medium.woff2) format('woff2'), url(../fonts/SofiaPro-Medium.woff) format('woff'), url(../fonts/SofiaPro-Medium.bin) format('truetype'), url(../fonts/SofiaPro-Medium.svg) format('svg');
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Bold.eot);
	src: url(../fonts/Gotham-Bold-1.eot) format('embedded-opentype'), url(../fonts/Gotham-Bold.woff2) format('woff2'), url(../fonts/Gotham-Bold.woff) format('woff'), url(../fonts/Gotham-Bold.bin) format('truetype'), url(../fonts/Gotham-Bold.svg) format('svg');
	font-weight: 700;
	font-style: normal
}

a,
a:focus,
a:hover {
	text-decoration: none
}

*,
body,
img {
	margin: 0;
	padding: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box
}

a {
	outline: 0;
	border: none
}

a:focus {
	outline: 0;
	border: none
}

a:hover {
	outline: 0;
	border: none
}

button {
	outline: 0;
	border: none
}

button:hover {
	outline: 0;
	border: none
}

button:focus {
	outline: 0;
	border: none
}

.spacer {
	clear: both;
	line-height: 0;
	font-size: 0
}

img {
	border: 0;
	height: auto;
	max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

html {
	overflow-x: hidden
}

body {
	overflow-x: hidden;
	font-family: 'Gotham Book'
}

h1 {
	color: #3a4a84;
	font-size: 20px;
	line-height: 30px
}

h1 strong {
	font-family: Gotham;
	font-weight: 700
}

h3 {
	color: #3a4a84;
	font-size: 24px
}

h4 {
	margin-top: 20px;
	text-align: center;
	color: #3a4a84;
	font-family: Gotham;
	font-size: 23px;
	line-height: 33px
}

h5 {
	font-size: 20px;
	color: #2a2a2a
}

p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
	color: #7b7b7b
}

p strong {
	color: #3a4a84;
	font-family: GothamMedium
}

.nopadding {
	padding: 0
}

.nomargin {
	margin: 0
}

.buttonouter {
	margin-top: 25px
}

.btn-default {
	padding: 18px 0;
	font-size: 17px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: GothamMedium;
	cursor: pointer;
	background: red;
	border: none;
	color: #fff;
	width: 100%;
	background: red url(../images/rightarrow.png) right 15px center no-repeat;
	display: inline-block;
	text-align: center
}

.btn-default:hover {
	color: #fff;
	background: #e32e2e url(../images/rightarrow.png) right 15px center no-repeat
}

.btn-default:focus {
	color: #fff;
	background: #e32e2e url(../images/rightarrow.png) right 15px center no-repeat
}

.radiobtn {
	position: absolute;
	left: 20px;
	top: 20px;
	opacity: 0
}

.btn {
	width: 100%;
	padding: 0;
	margin: 15px 0 0
}

.btn:first-child {
	margin-top: 0
}

.btn label {
	padding: 18px 25px;
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	text-transform: uppercase;
	font-family: GothamMedium;
	cursor: pointer;
	border: none;
	background: red;
	width: 100%;
	color: #fff;
	display: block;
	text-align: left
}

.btn label:hover {
	background: #e32e2e
}

.btn label:focus {
	background: #e32e2e
}

.form-control {
	box-shadow: none;
	height: 54px;
	border: 1px solid #e1e1e1;
	color: #2a2a2a;
	font-size: 17px;
	padding: 0 19px
}

.form-control:hover {
	box-shadow: none;
	border: 1px solid #e1e1e1
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid #e1e1e1
}

.form-control::-webkit-input-placeholder {
	color: #000;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #000;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #000;
	opacity: 1
}

.form-control:-moz-placeholder {
	color: #000;
	opacity: 1
}

.section {
	padding: 30px 0
}

.topouter {
	padding: 30px 0 0;
	background: #f1f1f4;
	text-align: center
}

.heroarea {
	background: #f1f1f4
}

.heroleft {
	margin-top: 20px;
	text-align: center
}

.heroauthor {
	margin-top: 20px
}

.heroauthor i {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
	color: #3a4a84
}

.heroauthor span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	font-family: GothamMedium;
	font-size: 16px;
	display: block;
	margin-top: 5px
}

.formouter {
	background: #fff;
	padding: 25px
}

.formstrp {
	text-align: center
}

.dash {
	width: 55px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 -7px;
	background: #e1e1e1
}

.stepno {
	width: 40px;
	height: 40px;
	line-height: 37px;
	display: inline-block;
	font-size: 20px;
	position: relative;
	z-index: 99;
	vertical-align: middle;
	border-radius: 100%;
	text-align: center;
	background: #e1e1e1;
	color: #fff;
	font-family: 'Sofia Pro'
}

.stepactive {
	background: #3a4a84
}

.formouter p {
	font-size: 18px;
	margin: 5px 0 0;
	line-height: normal;
	color: #141414
}

.formouter .btn label {
	position: relative
}

.formouter .btn label:before {
	position: absolute;
	right: 20px;
	top: 22px;
	color: #fff;
	content: "";
	background: url(../images/rightarrow.png) left top no-repeat;
	width: 12px;
	height: 12px
}

.next-div {
	display: none
}

.formouter h6 {
	text-align: center;
	color: #3a4a84;
	font-family: 'Gotham Book';
	margin: 24px 0;
	font-size: 24px;
	line-height: 32px
}

.formouter .btn-default {
	width: 100%;
/*	text-align: left;*/
	padding-left: 19px;
	padding-right: 19px
}

.rentimg {
	width: 100%;
	margin-top: -30px
}

.rentimg img {
	width: 100%;
	display: block
}

.sidecontent {
	padding: 20px 20px 0
}

.testiauthor {
	margin-top: 25px;
	text-align: center
}

.testiauthor img {
	margin: 0 auto 15px;
	width: 60px;
	border-radius: 100%
}

.testitext {
	width: 100%
}

.testitext .heroauthor {
	margin-top: 15px
}

.ctasec,
.midsec {
	background: #f1f1f4
}

.midsec h3 {
	margin-top: 20px
}

.midsec .row {
	margin-top: 10px;
	margin-bottom: 10px
}

.midbox {
	margin: 10px 0
}

.midbox h5 {
	position: relative;
	padding-left: 25px
}

.midbox h5:after {
	position: absolute;
	left: 0;
	top: 11px;
	content: "";
	font-size: 16px;
	width: 15px;
	height: 12px;
	background: url(../images/tick.png) left center no-repeat
}

.midbox p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px
}

.ctaright {
	padding: 30px 20px 30px
}

.ctaright h3 {
	margin: 10px 0 20px
}

.testisec h3 {
	margin-top: 10px
}

.testisec .row {
	margin-top: 30px
}

.testiimg {
	width: 60px;
	border-radius: 100%;
	margin: 0 auto 15px
}

.testiimg img {
	display: block;
	width: 100%;
	border-radius: 50%;
}

.testibox p {
	margin: 15px 0;
	text-align: center
}

.testibox .heroauthor {
	text-align: center
}

.testibox .heroauthor span {
	display: block;
	margin-top: 5px
}

.footer {
	padding: 30px 0;
	text-align: center;
	background: #3a4a84;
    color: #ffffff;
}

.footlogo {
	width: 200px;
	margin: 0 auto 15px
}

.footer p {
	text-align: center;
	/*color: #7b7b7b;*/
	color: #ffffff;
	font-size: 13px;
	margin: 0
}

.footlink a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	font-size: 13px;
	/*color: #3a4a84;*/
	color: #ffffff;
}

.footlink a:hover {
	/*color: #000*/
	color: #ccc;
}

.footlink a:focus {
	color: #000
}

.modal-content {
	border-radius: 0;
	padding: 20px 14px
}

.modal-body {
	padding: 0
}

.modal-backdrop.show {
	opacity: .8
}

.close {
	font-size: 45px;
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 99999
}

.thankyoutop {
	padding-bottom: 30px;
	padding-top: 30px;
	background: #f1f1f4
}

.thankyoufooter {
	background: #f1f1f4
}

.parsley-required,
.parsley-type {
	color: #000;
	font-size: 14px;
	margin-top: 12px;
	text-align: left
}

.parsley-error {
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	color: #b94a48
}

.parsley-success {
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	color: #468847
}

.testisec {
	padding-bottom: 60px
}

.testibox {
	margin: 10px 0
}

.homesec {
	text-align: center
}

.homeimg {
	width: 100%;
	display: block
}

.homeimg img {
	display: block;
	width: 100%
}

.homesec h5 {
	color: #2a2a2a;
	font-size: 20px;
	margin: 15px 0 0;
	font-family: GothamMedium
}

.homesec h6 {
	color: #2a2a2a;
	font-size: 18px;
	color: #219;
	font-family: GothamMedium
}

.midsec .buttonouter {
	margin-top: 40px
}

.midsec .owl-nav {
	display: none
}

.mid-carousel {
	margin-top: 40px
}

@media only screen and (min-width :360px) {
	h4 {
		font-size: 22px;
		line-height: 32px
	}
	h5 {
		font-size: 22px
	}
}

@media only screen and (min-width :480px) {
	h1 {
		font-size: 25px;
		line-height: 35px
	}
	.btn-default {
		width: auto;
		padding-left: 55px;
		padding-right: 55px;
		font-size: 20px
	}
}

@media only screen and (min-width :576px) {
	h1 {
		font-size: 28px;
		line-height: 38px
	}
	h4 {
		margin-top: 30px;
		font-size: 25px
	}
	.heroauthor span {
		display: inline-block;
		margin: 0
	}
	.formouter {
		padding: 40px 30px
	}
}

@media only screen and (min-width :768px) {
	h1 {
		font-size: 19px;
		line-height: 29px
	}
	h3 {
		font-size: 25px;
		line-height: 35px
	}
	h4 {
		font-size: 25px;
		line-height: 35px
	}
	.container {
		max-width: 750px
	}
	.section {
		padding: 40px 0
	}
	.topouter {
		text-align: left
	}
	.heroarea {
		padding-top: 30px
	}
	.heroleft {
		margin-top: 0;
		text-align: left
	}
	.formouter {
		padding: 25px 25px
	}
	.rentimg {
		margin-top: -40px
	}
	.ctaright,
	.sidecontent {
		padding: 30px 40px 30px
	}
	.testiauthor {
		text-align: left
	}
	.testiauthor img {
		display: inline-block;
		vertical-align: top;
		margin-right: 15px
	}
	.testitext {
		display: inline-block;
		vertical-align: middle;
		width: 565px
	}
	.testitext .heroauthor {
		margin-top: 5px
	}
	.midsec .row {
		margin-top: 20px;
		margin-bottom: 20px
	}
	.midbox {
		margin: 20px 0
	}
	.owl-dots {
		margin-top: 50px
	}
	.modal-dialog {
		max-width: 690px
	}
	.modal-content {
		padding: 50px 60px
	}
	.testisec {
		padding-bottom: 80px
	}
}

@media only screen and (min-width :992px) {
	h1 {
		font-size: 25px;
		line-height: 35px
	}
	h3 {
		font-size: 28px;
		line-height: 38px
	}
	h4 {
		margin-top: 30px;
		font-size: 23px
	}
	.container {
		max-width: 970px
	}
	.heroarea {
		padding-top: 30px
	}
	.formouter {
		padding: 30px
	}
	.formouter h6 span {
		display: block
	}
	.testitext {
		width: 335px
	}
	.ctaright,
	.sidecontent {
		padding: 0 40px
	}
	.testisec .row {
		margin-top: 50px
	}
	.modal-dialog {
		max-width: 800px
	}
}

@media only screen and (min-width :1200px) {
	h1 {
		font-size: 36px;
		line-height: 46px
	}
	.container {
		max-width: 1170px
	}
	.section {
		padding: 50px 0
	}
	.topouter {
		padding: 30px 0 0
	}
	.heroarea {
		padding-top: 30px
	}
	.formouter {
		padding: 40px 30px
	}
	.rentimg {
		margin-top: -90px
	}
	.sidecontent {
		width: 660px
	}
	.ctaright,
	.sidecontent {
		padding: 0 50px
	}
	.testitext {
		width: 460px
	}
	.testisec {
		padding-bottom: 150px
	}
	.footer {
		text-align: left
	}
	.footlogo {
		width: 300px;
		margin-bottom: 8px;
		margin-left: 0;
		margin-right: 0
	}
	.footer p {
		text-align: left
	}
	.footlink {
		text-align: right
	}
	.footlink a {
		/*margin: 0 0 0 15px*/
	}
	.testibox {
		margin: 0
	}
}

@media only screen and (min-width :1280px) {
	h1 {
		font-size: 38px;
		line-height: 48px
	}
	h3 {
		font-size: 35px;
		line-height: 45px
	}
	h4 {
		font-size: 25px;
		margin-top: 35px
	}
	h5 {
		font-size: 24px
	}
	.container {
		max-width: 1250px
	}
	.topouter {
		padding: 40px 0 0
	}
	.formouter {
		padding: 30px 30px
	}
	.formouter p {
		font-size: 20px
	}
	.sidecontent {
		width: 690px
	}
	.testitext {
		width: 509px
	}
}

@media only screen and (min-width :1600px) {
	.sidecontent {
		margin-left: 50px
	}
}

@media only screen and (max-width :768px) {
	.topouter{
		display: none;
	}
	.showmenow{
		display: none;
	}
	
	.heroarea{
		padding: 30px 0 30px;
	}
}